* xdisp.c (display_text_line): Make face-handling code conditional
authorJim Blandy <jimb@redhat.com>
Tue, 11 May 1993 02:47:46 +0000 (02:47 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 11 May 1993 02:47:46 +0000 (02:47 +0000)
commit9dbd4b48c5b89d82dc0e1a19b6938aa04ae550b1
tree76dd4556049d5f524f1ad30bbdfac87a08051855
parenta253bab22d706a30c3742757cb4c370f0bf19003
* xdisp.c (display_text_line): Make face-handling code conditional
on HAVE_X_WINDOWS macro.  Perhaps this isn't the best approach,
but it'll do for now.

* xdisp.c (display_text_line): We can't use the FRAME_DEFAULT_FACE
macro here; that's x-specific.  Just don't pass the second
argument.
* xfaces.c (compute_glyph_face): Remove the BASIC_FACE argument;
use F's default face.
src/xdisp.c